From bf6e09942366e03fb3d83cd7e2f07e8dc4d90c3b Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 2 Aug 2004 22:44:34 +0000 Subject: [PATCH] bitkeeper revision 1.1108.33.36 (410ec3d23YQIo1sHR3jYLaaZu51ykg) trivial change to remove reliance on /etc/init.d/functions --- tools/examples/init.d/xend | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/examples/init.d/xend b/tools/examples/init.d/xend index edafc5b53c..2e163045ee 100755 --- a/tools/examples/init.d/xend +++ b/tools/examples/init.d/xend @@ -7,8 +7,6 @@ # chkconfig: 2345 99 00 # description: Starts and stops the Xen control daemon. -[ -f /etc/init.d/functions ] && . /etc/init.d/functions || . /etc/init.d/functions.sh - case "$1" in start) xend start -- 2.30.2